Monitor IP Multicast Route Statistics
Use this procedure to monitor the IP multicast route statistics at regular intervals.
Procedure
Examples
Monitor the IP multicast route statistics for the group IP address 225.0.0.1. In this example, the statistics are monitored at intervals of 5 seconds for a duration of 300 seconds. The following example displays monitoring output from three consecutive intervals.
Switch:1>en
Switch:1#monitor ip mroute stats 225.0.0.1
MULTICAST STATISTIC
Monitor Interval: 5sec | Monitor Duration: 300sec Mon Dec 21 16:12:07 2015
======================================================================================
Multicast Stats - GlobalRouter
======================================================================================
GroupAddress SourceCounter IngressPackets IngressBytes AverageSize
--------------------------------------------------------------------------------------
225.0.0.1 1 4716624 603727872 128
MULTICAST STATISTIC
Monitor Interval: 5sec | Monitor Duration: 300sec Mon Dec 21 16:12:13 2015
=======================================================================================
Multicast Stats - GlobalRouter
=======================================================================================
GroupAddress SourceCounter IngressPackets IngressBytes AverageSize
---------------------------------------------------------------------------------------
225.0.0.1 1 4767325 610217600 128
MULTICAST STATISTIC
Monitor Interval: 5sec | Monitor Duration: 300sec Mon Dec 21 16:12:19 2015
...
...
Monitor the IP multicast route statistics for a maximum of 10 group IP addresses. The statistics are monitored at intervals of 5 seconds for a duration of 300 seconds. The following example displays monitoring output from three consecutive intervals.
Switch:1#monitor ip mroute stats 225.0.0.1,225.0.0.2,225.0.0.3,225.0.0.4,225.0.0.5,225.0.0.6,225.0.0.7,225.0.0.8,225.0.0.9,225.0.0.10
MULTICAST STATISTIC
Monitor Interval: 5sec | Monitor Duration: 300sec Mon Dec 21 16:22:07 2015
========================================================================================
Multicast Stats - GlobalRouter
========================================================================================
GroupAddress SourceCounter IngressPackets IngressBytes AverageSize
----------------------------------------------------------------------------------------
225.0.0.1 1 9532039 1220100992 128
225.0.0.2 1 9532041 1220101120 127
225.0.0.3 1 9532042 1220101248 127
225.0.0.4 1 9532043 1220101376 127
225.0.0.5 1 9532044 1220101632 128
225.0.0.6 1 9532045 1220101760 128
225.0.0.7 1 9532046 1220101888 128
225.0.0.8 1 9532047 1220101888 127
225.0.0.9 1 9532048 1220102016 127
225.0.0.10 1 9532048 1220102144 128
MULTICAST STATISTIC
Monitor Interval: 5sec | Monitor Duration: 300sec Mon Dec 21 16:22:13 2015
========================================================================================
Multicast Stats - GlobalRouter
========================================================================================
GroupAddress SourceCounter IngressPackets IngressBytes AverageSize
----------------------------------------------------------------------------------------
225.0.0.1 1 9582672 1226582016 128
225.0.0.2 1 9582674 1226582144 127
225.0.0.3 1 9582675 1226582272 127
225.0.0.4 1 9582676 1226582400 127
225.0.0.5 1 9582677 1226582656 128
225.0.0.6 1 9582678 1226582784 128
225.0.0.7 1 9582679 1226582912 128
225.0.0.8 1 9582681 1226583040 127
225.0.0.9 1 9582681 1226583040 127
225.0.0.10 1 9582681 1226583168 128
MULTICAST STATISTIC
Monitor Interval: 5sec | Monitor Duration: 300sec Mon Dec 21 16:22:19 2015
========================================================================================
Multicast Stats - GlobalRouter
========================================================================================
GroupAddress SourceCounter IngressPackets IngressBytes AverageSize
----------------------------------------------------------------------------------------
225.0.0.1 1 9625009 1232001152 128
225.0.0.2 1 9625011 1232001280 127
225.0.0.3 1 9625012 1232001408 127
225.0.0.4 1 9625013 1232001536 127
225.0.0.5 1 9625014 1232001792 128
225.0.0.6 1 9625015 1232001920 128
225.0.0.7 1 9625016 1232002048 128
225.0.0.8 1 9625018 1232002176 127
225.0.0.9 1 9625019 1232002304 127
225.0.0.10 1 9625018 1232002304 128
...
...
Switch:1#
Variable definitions
The following table defines parameters for the monitor ip mroute stats command.
|
Variable |
Definition |
|---|---|
|
vrf WORD<1-32> |
Specifies a VRF name. |
|
vrfid <0-255> |
Specifies a VRF ID. |
|
WORD<7-160> {A.B.C.D[,E.F.G.H][,...]} |
Specifies the multicast group IP address for which to monitor statistics. The group IP address is in one of the following formats: a single IP address or a series of IP addresses, up to a maximum of 10. |
